projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bbec89
)
(_sys_read_ahead, _sys_wait_accept): Add prototypes.
author
Kim F. Storm
<storm@cua.dk>
Fri, 14 Jul 2006 14:18:44 +0000
(14:18 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 14 Jul 2006 14:18:44 +0000
(14:18 +0000)
src/w32.h
patch
|
blob
|
history
diff --git
a/src/w32.h
b/src/w32.h
index acbadd8b57c393b89e142496cf52a07e12e0e7a1..1d5dbee6d40da3daf6f763a0cf0dd6aa172360af 100644
(file)
--- a/
src/w32.h
+++ b/
src/w32.h
@@
-137,6
+137,9
@@
extern void syms_of_w32menu (void);
extern void globals_of_w32menu (void);
extern void syms_of_fontset (void);
+extern int _sys_read_ahead (int fd);
+extern int _sys_wait_accept (int fd);
+
#endif /* EMACS_W32_H */
/* arch-tag: 02c36b00-312b-4c4d-a1d9-f905c5e968f0